randomise a list


	insert the items into a binary tree, taking a 50% left/right decision at each node

	output as an inorder traversal (process left subtree, output, process right subtree)



transform a list into a random order of elements for simulations, sorting etc.

